CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Debug tools

搜索资源列表

  1. BeeStackDocuments

    0下载:
  2. The BeeStack Application Development Guide describes how to develop an application for BeeStack, including discussions on major considerations for commercial applications. This document is intended for software developers who write applications f
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2377353
    • 提供者:熊飞宇
  1. MyGdi

    0下载:
  2. 当初为了调试内存和资源泄漏编写的关于GDI使用的工具,可以显示当前所有进程所使用的DC、Region、Bitmap、Palette、Font、Brush等对象的个数。-had to debug memory leakage and resources on the preparation of the tools used GDI can show all current process used by the DC, Region, Bitmap, Palette, Font, Brush n
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:40897
    • 提供者:施文彪
  1. MSJJul95

    0下载:
  2. 包含几个输出调试信息的工具源码,即TraceWin或DBWin一类,包括大师Matt Pietrek 的DBWin。全部工具有: DLGBAR32.EXE GDIOBJ1.EXE CMDLEARN.EXE SNDMSGBG.EXE LODPRF32.EXE-contains several output debug source of information tools, or DBWin a TraceWin categories, including the Masters Matt Pie
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:351303
    • 提供者:xb
  1. opencv两个常见的编译错误

    0下载:
  2. 在利用opencv库进行编程中两个常见的问题的解决方法,十分有效! 以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法. 1.编译错误 问题描述:编译时,出现编译如下编译错误: fatal error C1083: Cannot open include file: 'cv.h': No such file or directory 意思是找不到语句 #include "cv.h" 的cv.h
  3. 所属分类:图形图象

    • 发布日期:2008-12-04
    • 文件大小:974
    • 提供者:simon112233
  1. 驱动开发

    0下载:
  2. 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Stud
  3. 所属分类:源码下载

    • 发布日期:2011-04-22
    • 文件大小:64512
    • 提供者:cdliqu@163.com
  1. arm_jtag_connector

    1下载:
  2. Embest IDE Pro for ARM 2005 - User Guide Appendix A JTAG Emulator Hardware Reference Appendix B Debug Output Reference Appendix C Debug Command List Appendix D Memory Map File Appendix E Command scr ipt Reference Appendix F Additional Software Tools
  3. 所属分类:编程文档

    • 发布日期:2011-09-06
    • 文件大小:5255776
    • 提供者:testsb
  1. mdk3.24crack-ulink1-ulink2-jli

    0下载:
  2. 1、在MDK下让ULINK与ULINK2共存调试ARM: 1.1、安装MDK3.20或以它版本; 1.2、拷贝BIN文件夹到keil的安装目录下(例如c:\Keil\ARM\ 此步实际是安装ULINK1需用的DLL); 1.3、将windows文件夹拷贝到系统安装目录(例如c:\ 此步其实是安装ULINK1的驱动); 1.4、打开KEIL,选择File菜单下的License Management,拷贝CID; 1.5、用KEIL_Lic.exe生成License,并注册(此
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:588901
    • 提供者:LUCK
  1. socket_tcp_udp_vxworks

    1下载:
  2. 基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains ud
  3. 所属分类:VxWorks

    • 发布日期:2017-06-09
    • 文件大小:16305112
    • 提供者:哈佛
  1. cuda-memcheck-handbook-4.0cn

    0下载:
  2. CUDA调试工具cuda-gdb,包含一个可以在CUDA中检测和调试内存错误的内存检查特性。该文档描述了这个名为cuda-memcheck的工具与它的功能。 NVIDIA用它强大的cuda-gdb硬件调试器简化了CUDA程序错误的调试。然而,每个程序员总会遇到难以检测到的内存相关错误,并花大量时间去调试。当处理上千条线程时,内存相关的错误的数量会明显增加。cuda-memcheck就是设计用来检测你的CUDA程序中这种内存存取错误的工具。-CUDA debugging tool cud
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:476739
    • 提供者:sogo
  1. rtsp_emu.tar

    0下载:
  2. 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:15598
    • 提供者:张伟
  1. serial-communication

    1下载:
  2. 压缩包是关于串口编程的内容,一共有五个部分,第一个是测试小程序,基于Visual c++和Tubor C的,第二个是多线程串口编程工具Cserialport类得,第三个是控件MSCOmm串口编程的,第四个是windos API串口编程的,第五个是串口调试助手V2.2的源代码-Archive content is about serial programming, a total of five parts, the first is to test a small program, based
  3. 所属分类:Com Port

    • 发布日期:2017-02-24
    • 文件大小:22565888
    • 提供者:范开明
  1. newbread

    0下载:
  2. 自行编写的面包板电路辅助设计工具。适用于全国广大高校电子专业学生。带有Debug电路与自动优化布线功能。-To the preparation of bread board circuit-aided design tools. Applicable to the vast number of college students electronics. Debug circuit with wiring and auto-optimization function.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:418711
    • 提供者:bobzhu
  1. WINCE6.0Emulator

    1下载:
  2. wince6.0中文模拟器,开发智能设备应用软件必备的工具.有了它,可以不装wince6.0安装文件,为磁盘节省约10个G,就能在VS2005中调试应用程序。 免去了不小心wince系统出问题了,重装VS2005,及wince6.0的痛苦。 以前一直在这里下载各位的精美程序,这次终于能有自己的好东西给各位了。 接触wince有3个月了,一直为模拟器的事情反复重装系统,那段经历太痛苦了。 有了这款模拟器,相信你一定开心,第一次分享自己的原创,非常开心! 使用中有疑问,
  3. 所属分类:Windows CE

    • 发布日期:2017-06-09
    • 文件大小:16808107
    • 提供者:宛心
  1. MASM5

    0下载:
  2. 汇编调试环境,包括debug,link,masm工具等等,很实用的-Compilation debug environment, including debug, link, masm tools, etc., very useful
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:872528
    • 提供者:li
  1. dSPACE-ControlDesk_GUIDE

    1下载:
  2. dSPACE实时仿真系统是由德国dSPACE公司开发的一套基于MATLAB/Simulink的控制系统开发及半实物仿真的软硬件工作平台,实现了和MATLAB/Simulink/RTW的完全无缝连接。dSPACE实时系统拥有实时性强,可靠性高,扩充性好等优点。dSPACE硬件系统中的处理器具有高速的计算能力,并配备了丰富的I/O支持,用户可以根据需要进行组合;软件环境的功能强大且使用方便,包括实现代码自动生成/下载和试验/调试的整套工具。dSPACE软硬件目前已经成为进行快速控制原型验证和半实物仿
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:882050
    • 提供者:shuimuding
  1. chaojidanpianjigongju

    0下载:
  2. 超级单片机工具,波特率计算,定时器计算,串口调试-Super Singlechip tools, baud rate, the timer, the serial debug
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:444176
    • 提供者:123
  1. DS1302

    0下载:
  2. DS1302读写程序。功能:向串口调试工具输入b,窗口立刻显示从DS1302读出的时间值。用户只需更改管脚定义,即可在自己的板子上运行。该程序在STC12C5A56S2单片机上已通过硬件调试,晶振24M。-DS1302 to read and write procedures. Features: Serial debugging tools to enter b, window display immediately read out from the DS1302 time value. U
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:25216
    • 提供者:王丹
  1. ASM

    0下载:
  2. 破解决软件的必备工具,包括:debug、exe2bin等工具-Breaking solution to the necessary software tools, including: debug, exe2bin tools such as
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-16
    • 文件大小:25901385
    • 提供者:shuhui
  1. AVR_TOOL

    0下载:
  2. avr系统开发工具,适合初学者,主要是串口调试-avr system development tools, suitable for beginners, mainly serial debug
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1559605
    • 提供者:goufeng
  1. UART0

    0下载:
  2. ADC0采样芯片温度通过LCD显示,并通过串口0(J13)发送到PC机,同时接收PC传回的一个字符并显示, 请使用串口调试工具调试!-ADC0 sampling chip temperature through the LCD display, and through serial 0 (J13) is sent to the PC, at the same time returns the PC to receive a character and display, use the s
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:9861
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com